projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ca9a98
)
(mode-line-format): Describe above case in doc string.
author
Nick Roberts
<nickrob@snap.net.nz>
Sun, 22 Jul 2007 23:19:00 +0000
(23:19 +0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Sun, 22 Jul 2007 23:19:00 +0000
(23:19 +0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 368da4763a5ebbb1aaf60cb36831ffe70432cae8..1f66deb2455b1c4a607aa7497d0aecb2c29aa0f7 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-5501,6
+5501,8
@@
A string is printed verbatim in the mode line except for %-constructs:
%P -- print percent of buffer above bottom of window, perhaps plus Top,
or print Bottom or All.
%n -- print Narrow if appropriate.
+ %R -- print R or hyphen. R means that default-directory is on a
+ remote machine.
%t -- visited file is text or binary (if OS supports this distinction).
%z -- print mnemonics of keyboard, terminal, and buffer coding systems.
%Z -- like %z, but including the end-of-line format.